-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Genre Graph for YIM 2024 #3087
Conversation
Hello @anshg1214! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-12-20 17:57:16 UTC |
f290fa5
to
9d5a399
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking nice!
We might want to adjust the colors to use the ones defined in the YIM24 file (the "text" colors), with variations, maybe?
https://github.com/metabrainz/listenbrainz-server/blob/yim-2024/frontend/js/src/user/year-in-music/2024/YearInMusic2024.tsx#L63-L68
Try to tie it up with the rest of the page look.
That being said I'm going to merge this to avoid further merge conflicts.
The tag counts don't look right to me at all, as they all have crazy number 5 times higher than my actual listen count for the year. Not sure there's anything we can do here though.
Oops, not merging, that test is getting stuck. I saw you were talking with lucifer yesterday, now I see the issue. |
d4f4858
to
b4bc18c
Compare
I had that in mind, but if we do it the graph does not look good.
@amCap1712 As I can see in the SQL query, instead of merging the genre count from recording, artist and release group, can we have that data separate? |
No description provided.